object fmSearch: TfmSearch Left = 266 Top = 171 BorderStyle = bsNone Caption = '�����' ClientHeight = 380 ClientWidth = 444 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 444 Height = 380 Align = alClient end object btGo: TImage Left = 339 Top = 50 Width = 49 Height = 19 Cursor = crHandPoint Picture.Data = {} Visible = False OnClick = btGoClick end object btStop: TImage Left = 339 Top = 50 Width = 49 Height = 19 Cursor = crHandPoint Picture.Data = {} Visible = False OnClick = btStopClick end object btClose: TImageBtn Left = 368 Top = 5 Width = 20 Height = 21 Cursor = crHandPoint OnClick = btCloseClick end object Scroll: TScrlHTML Left = 403 Top = 80 Width = 20 Height = 257 Picture.Data = {} HTML = Results Position = 0 end object Results: TListBox Left = 60 Top = 80 Width = 309 Height = 256 BorderStyle = bsNone Color = clBlack Enabled = False Font.Charset = RUSSIAN_CHARSET Font.Color = 13615267 Font.Height = -11 Font.Name = 'Zahoma' Font.Style = [] ItemHeight = 16 ParentFont = False Style = lbOwnerDrawFixed TabOrder = 1 OnClick = ResultsClick OnDrawItem = ResultsDrawItem OnMouseMove = ResultsMouseMove OnMouseUp = ResultsMouseUp end object Edit: TEdit Left = 169 Top = 50 Width = 150 Height = 15 BorderStyle = bsNone Color = clBlack Ctl3D = False Font.Charset = RUSSIAN_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Zahoma' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 OnChange = EditChange OnKeyPress = EditKeyPress end object Panel1: TPanel Left = 328 Top = 80 Width = 65 Height = 259 BevelOuter = bvNone Color = clBlack TabOrder = 2 end end